github.com/jackc/pgx/v5.pipelineBatchResults.closed (field)
11 uses
github.com/jackc/pgx/v5 (current package)
batch.go#L286: closed bool
batch.go#L295: if br.closed {
batch.go#L339: if br.closed {
batch.go#L410: if br.closed {
batch.go#L415: for br.err == nil && !br.closed && br.b != nil && br.qqIdx < len(br.b.QueuedQueries) {
batch.go#L426: br.closed = true
conn.go#L1074: return &pipelineBatchResults{ctx: ctx, conn: c, err: errDisabledStatementCache, closed: true}
conn.go#L1106: return &pipelineBatchResults{ctx: ctx, conn: c, err: errDisabledDescriptionCache, closed: true}
conn.go#L1223: return &pipelineBatchResults{ctx: ctx, conn: c, err: err, closed: true}
conn.go#L1232: return &pipelineBatchResults{ctx: ctx, conn: c, err: err, closed: true}
conn.go#L1248: return &pipelineBatchResults{ctx: ctx, conn: c, err: err, closed: true}